PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.shadings Package / PDFShading Class / setColorSpace Method
The colorspace used by the shading object.
In This Topic
    setColorSpace Method
    In This Topic
    Sets the shading color space.
    Syntax
    public void setColorSpace( 
       PDFColorSpace value
    )

    Parameters

    value
    The colorspace used by the shading object.
    Exceptions
    ExceptionDescription
    when the colorspace is null
    See Also